��<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>About Root Core Solutions</title> <link rel="stylesheet" href="../../../../css/output.css"> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> </head> <body> <!-- Navbar --> <nav id="navbar" class="bg-[#e5e2c9] fixed top-0 left-0 w-full z-50 transition-all duration-500 ease-in-out opacity-0"> <div class="container mx-auto flex justify-between items-center"> <img src="../../../../images/logo-removebg-preview (2).png" alt="logo" class="h-32"> <div class="md:hidden cursor-pointer h-12" id="nav-toggle">0&</div> <div class="nav-elements hidden md:flex md:space-x-4"> <ul class="flex flex-row space-x-6"> <li><a href="../../../../index.html" class="nav-link text-md text-green-900 hover:underline">Home</a></li> <li class="relative group"> <a href="#about" class="nav-link text-md text-green-900 hover:underline">About Us</a> <ul class="absolute left-0 hidden bg-white shadow-md group-hover:block"> <li><a href="../../../About Us/AboutRootCareSolutions/About US.html" class="dropdown-item block p-2 hover:bg-gray-200">About RootCoreSolutions</a></li> <li><a href="../../../About Us/AboutRootCareSolutions/Our Goals.html" class="dropdown-item block p-2 hover:bg-gray-200">Our Goals</a></li> <li><a href="../../../About Us/AboutRootCareSolutions/Our Vision.html" class="dropdown-item block p-2 hover:bg-gray-200">Our Vision</a></li> </ul> </li> <li class="relative group"> <a href="#capabilities" class="nav-link text-md text-green-900 hover:underline">Our Capabilities</a> <ul class="absolute left-0 hidden bg-white shadow-md group-hover:block w-5/6"> <li><a href="../../../Our Capabilities/Safety.html" class="dropdown-item block p-2 hover:bg-gray-200">Safety</a></li> <li><a href="../../../Our Capabilities/Quality.html" class="dropdown-item block p-2 hover:bg-gray-200">Quality</a></li> <li><a href="../../../Our Capabilities/What Makes Us Different.html" class="dropdown-item block p-2 hover:bg-gray-200">What Makes Us Different</a></li> <li><a href="../../../Our Capabilities/E-Learning.html" class="dropdown-item block p-2 hover:bg-gray-200">E-Learning</a></li> </ul> </li> <li><a href="../../../Gallery.html" class="nav-link text-md text-green-900 hover:underline">Gallery</a></li> <li><a href="../../../ContactUs.html" class="nav-link text-md text-green-900 hover:underline">Contact Us</a></li> </ul> </div> </div> <!-- Mobile Dropdown --> <div class="md:hidden"> <div id="mobile-menu" class="hidden flex-col items-start mt-4"> <ul class="flex flex-col w-full space-y-2"> <li><a href="../../../../index.html" class="nav-link text-md text-green-900 hover:underline">Home</a></li> <li class="relative"> <a href="#about" class="nav-link text-md text-green-900 hover:underline">About Us</a> <ul class="bg-white shadow-md ml-4 space-y-2 hidden"> <li><a href="../../../About Us/AboutRootCareSolutions/About US.html" class="block p-2 text-gray-700 hover:bg-gray-200">About RootCoreSolutions</a></li> <li><a href="../../../About Us/AboutRootCareSolutions/Our Goals.html" class="block p-2 hover:bg-gray-200">Our Goals</a></li> <li><a href="../../../About Us/AboutRootCareSolutions/Our Vision.html" class="block p-2 hover:bg-gray-200">Our Vision</a></li> </ul> </li> <li class="relative"> <a href="#capabilities" class="nav-link text-md text-green-900 hover:underline">Our Capabilities</a> <ul class="bg-white shadow-md ml-4 space-y-2 hidden"> <li><a href="../../../Our Capabilities/Safety.html"class="block p-2 text-gray-700 hover:bg-gray-200">Safety</a></li> <li><a href="../../../Our Capabilities/Quality.html" class="block p-2 text-gray-700 hover:bg-gray-200">Quality</a></li> <li><a href="../../../Our Capabilities/What Makes Us Different.html" class="block p-2 text-gray-700 hover:bg-gray-200">What Makes Us Different</a></li> <li><a href="../../../Our Capabilities/E-Learning.html"class="block p-2 text-gray-700 hover:bg-gray-200">E-Learning</a></li> </ul> </li> <li><a href="../../../Gallery.html" class="nav-link text-md text-green-900 hover:underline">Gallery</a></li> <li class="relative"> <a href="#experts" class="nav-link text-md text-green-900 hover:underline">Our Experts</a> <ul class="bg-white shadow-md ml-4 space-y-2 hidden"> <li><a href="../../../Our Experts/Annasaheb Kalyanrao Shinde.html" class="block p-2 text-gray-700 hover:bg-gray-200">Annasaheb Kalyanrao Shinde</a></li> </ul> </li> <li><a href="../../../ContactUs.html" class="nav-link text-md text-green-900 hover:underline">Contact Us</a></li> </ul> </div> </div> </nav> <!-- Expert Section --> <section class="bg-[#234732] text-white py-8 mt-36"> <div class="container mx-auto px-4 flex justify-between items-center"> <h2 class="text-3xl text-white font-bold italic">Quality</h2> </div> </section> <div class="flex mb-4"> <div class="w-64 h-screen bg-gray-200 p-4 shadow-lg"> <h2 class="text-lg font-bold mb-4">Contents</h2> <!-- Collapsible Sections --> <div class="space-y-2"> <!-- Section 1: Fitter --> <div> <button class="w-full text-left py-2 px-4 bg-gray-300 rounded hover:bg-gray-400" onclick="location.href='./Fitter.html'">Fitter</button> <div id="section1" class="pl-6 py-2 hidden"> </div> </div> <!-- Section 2: Carpenter --> <div> <button class="w-full text-left py-2 px-4 bg-gray-300 rounded hover:bg-gray-400" onclick="location.href='./Carpenter.html'">Carpenter</button> <div id="section2" class="pl-6 py-2 hidden"> </div> </div> <!-- Section 3: Mason --> <div> <button class="w-full text-left py-2 px-4 bg-gray-300 rounded hover:bg-gray-400" onclick="location.href='./Mason.html'">Mason</button> <div id="section3" class="pl-6 py-2 hidden"> </div> </div> <!-- Section 4: Plumber --> <div> <button class="w-full text-left py-2 px-4 bg-gray-300 rounded hover:bg-gray-400" onclick="location.href='./Plumber.html'">Plumber</button> <div id="section4" class="pl-6 py-2 hidden"> </div> </div> <!-- Section 5: Welder Water Proofing --> <div> <button class="w-full text-left py-2 px-4 bg-gray-300 rounded hover:bg-gray-400" onclick="location.href='./WaterProofing.html'">Welder Water Proofing</button> <div id="section5" class="pl-6 py-2 hidden"> </div> </div> <!-- Section 6: Bar Bender --> <div> <button class="w-full text-left py-2 px-4 bg-gray-300 rounded hover:bg-gray-400" onclick="location.href='./BarBender.html'">Bar Bender</button> <div id="section6" class="pl-6 py-2 hidden"> </div> </div> <!-- Section 7: Scaffolder --> <div> <button class="w-full text-left py-2 px-4 bg-gray-300 rounded hover:bg-gray-400" onclick="location.href='./Scaffolder.html'">Scaffolder</button> <div id="section7" class="pl-6 py-2 hidden"> </div> </div> <!-- Section 8: Tile Fitter --> <div> <button class="w-full text-left py-2 px-4 bg-gray-300 rounded hover:bg-gray-400" onclick="location.href='./TileFitter.html'">Tile Fitter</button> <div id="section8" class="pl-6 py-2 hidden"> </div> </div> <!-- Section 9: Electrician --> <div> <button class="w-full text-left py-2 px-4 bg-gray-300 rounded hover:bg-gray-400" onclick="location.href='./Electrician.html'">Electrician</button> <div id="section9" class="pl-6 py-2 hidden"> </div> </div> <!-- Section 10: POP Mason --> <div> <button class="w-full text-left py-2 px-4 bg-gray-300 rounded hover:bg-gray-400" onclick="location.href='./POPMason.html'">POP Mason</button> <div id="section10" class="pl-6 py-2 hidden"> </div> </div> </div> </div> <!-- Main Content --> <div class="container mx-auto mt-4 p-6"> <!-- About Us Section --> <section id="about-us"> <p class="mt-4 text-xl font-serif text-green-900 font-semibold"> Investing in skill training for construction workers is essential for ensuring safety, enhancing quality, and improving productivity. It not only benefits the workers themselves but also leads to better project outcomes and a more competitive construction industry. </p> <hr class="border-t-2 border-gray-300 mt-2" /> <!-- Features List --> <ul class="list-disc list-inside mt-4 text-gray-700"> <li><strong>Expert Trainers:</strong> Our team comprises seasoned professionals with extensive experience in the construction industry, ensuring high-quality instruction.</li> <li><strong>Comprehensive Training Programs:</strong> We offer a wide range of training modules covering all essential aspects of construction work.</li> <li><strong>Focus on Safety and Compliance:</strong> Emphasizing adherence to safety standards and regulatory requirements to create a secure work environment.</li> <li><strong>Hands-On Training Approach:</strong> Practical, real-world training sessions that allow workers to apply their skills effectively.</li> <li><strong>Flexible Learning Options:</strong> Offering both in-person and online training programs to accommodate different learning preferences and schedules.</li> <li><strong>Continuous Support and Resources:</strong> Providing ongoing support and access to resources to ensure sustained skill development.</li> <li><strong>Certification:</strong> Accredited certification programs that validate the skills and competencies of our trainees.</li> <li><strong>Proven Track Record:</strong> Demonstrated success in enhancing workforce capabilities and improving project outcomes for our clients.</li> </ul> <p class="mt-4 text-xl font-serif text-green-900 font-semibold"> Root Core Solutions Pvt. Ltd. offers a well-rounded, effective approach to quality skill training for construction workers. With a focus on expert instruction, comprehensive and flexible training options, and an emphasis on safety and compliance, we are well-positioned to meet the needs of both workers and employers in the construction industry. </p> </section> </div> </div> <footer class="bg-green-900 text-white py-8"> <div class="container mx-auto flex justify-between items-center border-t border-gray-700 pt-4"> <div class="text-left ml-4 "> <h2 class="text-lg font-bold mb-2">Root Core Solutions</h2> <p class="text-sm lowercase">Corporate Office</p> <p class="text-sm lowercase">S.NO-10/A1, SHIVAN NIWAS, SATHE COLONY</p> <p class="text-sm lowercase">BEHIND MARATHE CLINIC, CHINCHWADE NAGAR</p> <p class="text-sm lowercase">CHINCHWADE, PUNE CITY, PUNE MAHARASHTRA</p> <p class="text-sm">PIN - 411033</p> <p class="text-sm lowercase">Contact: +91 9604780234</p> </div> <div class="text-center"> <img src="../../../../images/logo-removebg-preview (2).png" alt="logo" class="h-32 mx-auto"> <h3 class="text-lg font-bold">Root Core Solutions Pvt. Ltd</h3> <!-- <p class="text-sm">Your expert witness partner</p> --> </div> <!-- Social Media Links --> <div class="flex justify-center space-x-6 mt-4"> <a href="https://www.facebook.com/profile.php?id=61566025845455" class="transition transform hover:scale-110 hover:bg-gray-800 rounded-full p-2"> <img src="../../../../images/socialMediaIcons/facebook.png" alt="Facebook" class="w-8 h-8"> </a> <a href="#" class="transition transform hover:scale-110 hover:bg-gray-800 rounded-full p-2"> <img src="../../../../images/socialMediaIcons/whatsapp.png" alt="WhatsApp" class="w-8 h-8"> </a> <a href="https://www.linkedin.com/company/training-programme-with-quality" class="transition transform hover:scale-110 hover:bg-gray-800 rounded-full p-2"> <img src="../../../../images/socialMediaIcons/linkedin.png" alt="LinkedIn" class="w-8 h-8"> </a> <a href="https://www.instagram.com/Root_Core_Solutions/" class="transition transform hover:scale-110 hover:bg-gray-800 rounded-full p-2"> <img src="../../../../images/socialMediaIcons/instagram.png" alt="Instagram" class="w-8 h-8"> </a> </div> </div> <p class="text-sm text-center mt-4">&copy; 2024 Root Core Solutions. All Rights Reserved.</p> </footer> <script src="../../../js/script.js"></script> <script> // JavaScript to handle scroll event, navbar animation, and height change window.addEventListener('scroll', function() { const navbar = document.getElementById('navbar'); if (window.scrollY > 50) { navbar.classList.add('bg-[#939fba]', 'shadow-lg', 'p-1'); } else { navbar.classList.remove('bg-[#939fba]', 'shadow-lg', 'p-1'); } }); // Ensure navbar becomes visible on page load window.onload = function() { document.getElementById('navbar').classList.remove('opacity-0'); }; // Mobile menu toggle const navToggle = document.getElementById('nav-toggle'); const mobileMenu = document.getElementById('mobile-menu'); navToggle.addEventListener('click', () => { mobileMenu.classList.toggle('hidden'); }); </script> </body> </html>